home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
lparser3
/
bop07.ls
< prev
next >
Wrap
Text File
|
1993-11-22
|
338b
|
25 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
#
# The elongation rule from page 130 of ABOP :
#
# F(a) : * -> F(a*R)
#
# translates into :
#
# F='(R)F'(1/R)
#
15
45
20
#
&(90)+(90)a
#
a=F[+cx]Fb
b=F[-cy]Fa
# apical delay
x=a
y=b
#
F='(1.36)F'(.735) # internode elongation rate
@